projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e80e037
)
* doc/lispref/searching.texi (Rx Constructs): Fix typo.
author
Mattias Engdegård
<mattiase@acm.org>
Tue, 17 Sep 2019 10:01:15 +0000
(12:01 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Tue, 17 Sep 2019 10:02:31 +0000
(12:02 +0200)
doc/lispref/searching.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/searching.texi
b/doc/lispref/searching.texi
index 2088f16e47cdb5a75aec1c3f3b35e6a474f190c1..1286b63446adb82f04de0b6acaa09c4b498f1ad4 100644
(file)
--- a/
doc/lispref/searching.texi
+++ b/
doc/lispref/searching.texi
@@
-1183,7
+1183,7
@@
Match @var{rx}, with @code{zero-or-more}, @code{0+},
@cindex @code{maximal-match} in rx
Match @var{rx}, with @code{zero-or-more}, @code{0+},
@code{one-or-more}, @code{1+}, @code{zero-or-one}, @code{opt} and
-@code{optional} using
non-
greedy matching. This is the default.
+@code{optional} using greedy matching. This is the default.
@end table
@subsubheading Matching single characters